Vcenter Vm Hardware Cdrom UpdateSpec
The Vcenter Vm Hardware Cdrom UpdateSpec schema describes the updates to be made to the configuration of a virtual CD-ROM device.
{
"backing": {
"type": "string",
"iso_file": "string",
"host_device": "string",
"device_access_type": "string"
},
"start_connected": false,
"allow_guest_control": false
}
Physical resource backing for the virtual CD-ROM device.
This property may only be modified if the virtual machine is not powered on or the virtual CD-ROM device is not connected.
If missing or null
, the value is unchanged.
Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on.
If missing or null
, the value is unchanged.
Flag indicating whether the guest can connect and disconnect the device.
If missing or null
, the value is unchanged.